home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / tsr / tst / tst.doc < prev    next >
Encoding:
Text File  |  1990-09-21  |  4.3 KB  |  103 lines

  1.          DEMONSTRATION OF SPAWN & GRAPHICS SAVE FUNCTIONS
  2.                    ShareWARE ($10 to register)
  3.  
  4.          (c) 1990 by Microsystems Software, Inc.
  5.                          600 Worcester Road
  6.                          Framingham, MA  01701
  7.                          (508) 626-8511
  8.              Author: Ratko V. Tomic
  9.  
  10. TST is little TSR demo for CodeRunneR's PDK-3 capabilities. It allows
  11. you to run programs or COMMAND.COM while inside other applications,
  12. including those using graphics, mouse and coprocessor. Since TST
  13. saves forground application, it is best to run it from RAM disk,
  14. or to have LIM available. In case of LIM you get additional benefit
  15. of TSR size of only 1.4K of RAM. If you have HIGH-LOAD type utilities
  16. (like 386MAX) you can load TST into High Memory and use 0K low memory
  17. footprint and take up only 1.4K of high memory - the rest of TST is
  18. in EMS memory !
  19.  
  20.  
  21.     RUNNING ANY PROGRAM
  22.  
  23. After running TST.EXE press F11 or <Alt-COMMA> to pop-up execution window.
  24. On question "Program Name:" specify full path and name of the program
  25. (including COM or EXE extension). 
  26.  
  27. On question "Command Line" you can enter <CR> or the command options
  28. required by the application.
  29.  
  30. The application will be executed and upon its exit, the screen will be
  31. retained until you hit any key. Then the original screen, preceeding
  32. the pop-up will be restored.
  33.  
  34.  
  35.     RUNNING COMMAND SHELL
  36.  
  37. To shell out into COMMAND.COM press F12 or <Alt-PERIOD> then run any
  38. commands at the command level.
  39.  
  40.  
  41.     COMPILING TST.EXE  
  42.  
  43. In order to compile TST you MUST own CodeRunneR and PDK-3.
  44.  
  45. TST.EXE is created by DO.BAT. Source files are TST.C, TSTID.C and TSTIC.C.
  46.  
  47. LIM USE: The DO.BAT will compile & link assuming PDK-1 is available.
  48.          If this is not the case remove PDK-1 dependent parts of DO.BAT
  49.      as indicated in the batch file. When compiled with PDK-1,
  50.      the TST.EXE program will reserve up to 192K of LIM if available,
  51.      otherwise it will use swap file MEM_IMG.$$$.
  52.  
  53.  
  54. IMPORTANT NOTE:  Without a /Mxxx Command Line Option, TST only reserves
  55.                  180K for the Spawned Application.
  56.  
  57.          ----------------end-of-author's-documentation---------------
  58.  
  59.                          Software Library Information:
  60.  
  61.                     This disk copy provided as a service of
  62.  
  63.                            Public (software) Library
  64.  
  65.          We are not the authors of this program, nor are we associated
  66.          with the author in any way other than as a distributor of the
  67.          program in accordance with the author's terms of distribution.
  68.  
  69.          Please direct shareware payments and specific questions about
  70.          this program to the author of the program, whose name appears
  71.          elsewhere in  this documentation. If you have trouble getting
  72.          in touch with the author,  we will do whatever we can to help
  73.          you with your questions. All programs have been tested and do
  74.          run.  To report problems,  please use the form that is in the
  75.          file PROBLEM.DOC on many of our disks or in other written for-
  76.          mat with screen printouts, if possible.  PsL cannot debug pro-
  77.          programs over the telephone, though we can answer questions.
  78.  
  79.          Disks in the PsL are updated  monthly,  so if you did not get
  80.          this disk directly from the PsL, you should be aware that the
  81.          files in this set may no longer be the current versions. Also,
  82.          if you got this disk from another vendor and are having prob-
  83.          lems,  be aware that  some files may have become corrupted or
  84.          lost by that vendor. Get a current, working disk from PsL.
  85.  
  86.          For a copy of the latest monthly software library newsletter
  87.          and a list of the 2,000+ disks in the library, call or write
  88.  
  89.                            Public (software) Library
  90.                                P.O.Box 35705 - F
  91.                             Houston, TX 77235-5705
  92.  
  93.                                 1-800-2424-PSL
  94.                              MC/Visa/AmEx/Discover
  95.  
  96.                           Outside of U.S. or in Texas
  97.                           or for general information,
  98.                               Call 1-713-524-6394
  99.  
  100.                           PsL also has an outstanding
  101.                           catalog for the Macintosh.
  102.  
  103.